home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / pslatex / preload.psl < prev    next >
Text File  |  1992-05-21  |  6KB  |  166 lines

  1. %%%========================================================================
  2. %%% @UNKNOWN-file{
  3. %%%    author              = "Mario Wolczko",
  4. %%%    version             = "2",
  5. %%%    date                = "21 May 1992",
  6. %%%    time                = "21:18:27 BST",
  7. %%%    filename            = "preload.psl",
  8. %%%    address             = "Dept of Computer Science
  9. %%%                           The University of Manchester
  10. %%%                           Oxford Road
  11. %%%                           Manchester M13 9PL
  12. %%%                           UK",
  13. %%%    telephone           = "+44-61-275-6146",
  14. %%%    FAX                 = "+44-61-275-6236",
  15. %%%    checksum            = "36083 165 702 5784",
  16. %%%    email               = "mario@cs.man.ac.uk (Internet)",
  17. %%%    codetable           = "ISO/ASCII",
  18. %%%    keywords            = "LaTeX, PostScript, PS-LaTeX",
  19. %%%    supported           = "yes",
  20. %%%    docstring           = "Part of PS-LaTeX",
  21. %%% }
  22. %%%========================================================================
  23. %%
  24. %% This is file preload.psl for PS-LaTeX
  25.  
  26. % Report bugs in this file to:
  27. %  Mario Wolczko
  28. %  Dept of Computer Science, The University, Oxford Rd, Manchester M13 9PL, UK
  29. %  mario@cs.man.ac.uk.
  30.  
  31. % Last edited: Thu May 21 21:18:28 1992 by mario (Mario Wolczko) on madarch
  32.  
  33. %% The original source files were:
  34. %%
  35. %% preload.doc  (with modules: `min')
  36.  
  37. %%
  38. %% Copyright (C) 1989,1990,1991 by Frank Mittelbach, Rainer Schoepf.
  39. %% All rights reserved.
  40. %%
  41. %% This file is part of the NFSS (New Font Selection Scheme) package.
  42. %%
  43. %% IMPORTANT NOTICE:
  44. %%
  45. %% You are not allowed to change this file. You may however copy this file
  46. %% to a file with a different name and then change the copy if you obey
  47. %% the restrictions on file changes described in readme.mz.
  48. %%
  49. %% You are allowed to distribute this file under the condition that it is
  50. %% distributed together with all files mentioned in readme.mz3. If you
  51. %% receive only some of these files from someone, complain!
  52. %%
  53. %% You are NOT ALLOWED to distribute this file alone. You are NOT ALLOWED
  54. %% to take money for the distribution or use of either this file or a
  55. %% changed version, except for a nominal charge for copying etc.
  56. %%
  57. %% For error reports in case of UNCHANGED versions see readme files.
  58. %%
  59. %% Please do not request updates from us directly. Distribution is done
  60. %% through Mail-Servers and TeX organizations.
  61. %%
  62.  
  63. \def\fileversion{v1.0h-miw}
  64. \def\filedate{92/4/22}
  65. \def\docdate {92/4/22}
  66.  
  67. %% \CheckSum{52}
  68. %% \CharacterTable
  69. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  70. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  71. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  72. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  73. %%   Dollar        \$     Percent       \%     Ampersand     \&
  74. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  75. %%   Asterisk      \*     Plus          \+     Comma         \,
  76. %%   Minus         \-     Point         \.     Solidus       \/
  77. %%   Colon         \:     Semicolon     \;     Less than     \<
  78. %%   Equals        \=     Greater than  \>     Question mark \?
  79. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  80. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  81. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  82. %%   Right brace   \}     Tilde         \~}
  83.  
  84. %%
  85. %% This file preloads the absolute minimum of fonts (5) needed
  86. %% to successfully generate a format file for LaTeX.
  87. %%
  88. %% You should *not* change this file!  If you want to preload more
  89. %% or less fonts you should create a copy of it named `preload.tex'
  90. %% and edit this one according to your needs!
  91. %%
  92. %%
  93. \immediate\write\sixt@@n{File: `preload.%
  94.  min' \space
  95.  \fileversion\space <\filedate> (FMi and RmS)}
  96. \immediate\write\sixt@@n{English Documentation
  97.      \@spaces\space  <\docdate> (FMi and RmS)}
  98. %%
  99. %%    We begin by loading the math extension font (cmex10)
  100. %%    and the \LaTeX{} line and circle fonts.
  101. %%    It is necessary to do this explicitly since these are
  102. %%    used by {\tt lplain.tex} and {\tt latex.tex}.
  103. %%    Since the internal font name contains \verb+/+ characters
  104. %%    and digits we construct the name via \verb+\csname+.
  105. \expandafter\font\csname cmex/m/n/10\endcsname=cmex10
  106. \font\tenln  =line10   \font\tenlnw  =linew10
  107. \font\tencirc=lcircle10 \font\tencircw=lcirclew10
  108.  
  109. %% The preloads below (with comment signs in front) will be loaded
  110. %% whenever standard \LaTeX{} is starting in 10pt size. So maybe you
  111. %% like to preload at least these 9 fonts or a similar set if you
  112. %% prefer documents in 11pt or 12pt size.
  113.  
  114. %%%%%%%%%%%%%%%%%%%%%%%%%
  115. %% cm roman fonts
  116. %%%%%%%%%%%%%%%%%%%%%%%%%
  117.  
  118.  %% None preloaded
  119.  %% \preload@sizes{cmr}{m}{n}{5,7,10}
  120.  
  121. %%%%%%%%%%%%%%%%%%%%%%%%%
  122. %% cm sans serif fonts
  123. %%%%%%%%%%%%%%%%%%%%%%%%%
  124.  
  125.  %% None preloaded
  126.  
  127. %%%%%%%%%%%%%%%%%%%%%%%%%
  128. %% cm typewriter fonts
  129. %%%%%%%%%%%%%%%%%%%%%%%%%
  130.  
  131.  %% None preloaded
  132.  
  133. %%%%%%%%%%%%%%%%%%%%%%%%%
  134. %% cm math fonts
  135. %%%%%%%%%%%%%%%%%%%%%%%%%
  136.  
  137.  %% \preload@sizes{cmm}{m}{it}{5,7,10}
  138.  %% \preload@sizes{cmsy}{m}{n}{5,7,10}
  139.  
  140. % \preload@sizes{cmm}{m}{it}{5,7,9,10,11,12}
  141. % \preload@sizes{cmsy}{m}{n}{5,7,9,10,11,12}
  142.  
  143. %%%%%%%%%%%%%%%%%%%%%%%%%
  144. %% LaTeX symbol fonts
  145. %%%%%%%%%%%%%%%%%%%%%%%%%
  146.  
  147.  %% None preloaded
  148.  
  149. %% PostScript
  150. % preload a reasonable selection
  151.  
  152.  \preload@sizes{times}{m}{n}{5,7,9,10,11,12}
  153.  \preload@sizes{times}{m}{it}{5,7,9,10,11,12}
  154.  \preload@sizes{times}{m}{sl}{10,11,12}
  155.  \preload@sizes{times}{m}{sc}{10,11,12}
  156.  \preload@sizes{times}{b}{n}{10,11,12}
  157.  \preload@sizes{courier}{m}{n}{10,11,12}
  158.  \preload@sizes{helveticareduced}{m}{n}{10,11,12}
  159.  \preload@sizes{sy}{m}{n}{5,7,9,10,11,12}
  160.  \preload@sizes{sy}{m}{sl}{5,7,9,10,11,12}
  161.  
  162.  
  163. \endinput
  164. %%
  165. %% End of file `/usr2/distrib/latex209/nfss/preload.min'.
  166.